Title Banner


Technical Q&A's


QTMTB 16 - SetMovieDrawingCompleteProc (1-May-95)




SetMovieDrawingCompleteProc lets you set a callback procedure that is called after a movie has drawn in one or more of its tracks. In this way, your application can be aware of when QuickTime has drawn frames and when it hasn't. This information is very useful when combined with SetTrackGWorld (see below).

pascal void SetMovieDrawingCompleteProc(Movie theMovie, MovieDrawingCompleteProcPtr proc, long refCon)

theMovie The Movie to set the proc on.

proc Your call back procedure, or nil to remove it.

refCon Value to pass to your callback procedure.

typedef pascal OSErr (*MovieDrawingCompleteProcPtr)(Movie theMovie, long refCon);

Errors:

invalidMovie -2010 Your movie reference is bad.

Technical Support
Technical Q&As
Previous Question | Contents | Next Question

Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help